-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4.0 #3
Closed
Closed
0.4.0 #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not required.
Not required.
Binary file not required.
Duplicate file.
Not required.
Moved from bin directory.
moved to sbin
moved from sbin
moved to sbin
Kickstart
This includes removing explicit file names, and using wildcards and substitutions in the makefile to define object files. Main program files are put into a new src directory because they need to be linked separately from each other. An include directory is created for because they are used by sources in both src and mds (or mis) directories. Additionally, an unused directory is created for unused source files. This is not a modification to any actual code.
Added MIT license to this file.
Updated to create archive files for linking nastran and tools. Fixes #3.
It gives a more modern handle into the NASTRAN system parameters. Currently, it is not used.
in BTSRTP, but that routine will remain untouched until all COMMONS are migrated to F90.
0.2.0 creates libnassys.a archive which holds module MODSYSTEM. Currently, this module associates the SYSTEM common with more meaningful names for the SYSTEM CELL values. It initializes them as well. Initialization of these values is removed from bd/semdbd.f. BTSTRP still sets some of these values.
0.3.0 Creates MODSEMLNK and MODCORE to wrap SEM and ZZZZZZ commons respectively.
… a few places. Those places can make use of the DSNAMES common.
…nment variables RFDIR and DIRCTY to RIGID_FORMAT_DIRECTORY and SCRATCH_DIRECTORY respectively.
…le resemblance to the original nastrn.f file.
dmikushin
pushed a commit
to NASTRAN-95/NASTRAN-95
that referenced
this pull request
Nov 11, 2023
changed to unix line endings.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created new F90 modules, and migrated some common blocks and block data to modules.