Skip to content

Commit a949961

Browse files
committed
Minor formatting changes
1 parent 31249b4 commit a949961

File tree

12 files changed

+19
-22
lines changed

12 files changed

+19
-22
lines changed

arc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

brick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

frame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

fsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

main.c

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **
@@ -60,7 +60,7 @@
6060
//#include "f2c.h"
6161

6262
/*
63-
CU-BEN Serial Version 3.0 (July 21, 2016)
63+
CU-BEN Serial Version 3.14 (October 26, 2016)
6464
6565
Analysis Options:
6666
1st order elastic, i.e. "linear elastic"
@@ -595,8 +595,7 @@ int main (int argc, char **argv)
595595
p2p2d[nd] = deffarea_ip;
596596
nd++;
597597

598-
/* Longitudinal length and deformed longitudinal length (truss and frame elements
599-
only) */
598+
// Longitudinal length and deformed longitudinal length (truss and frame elements only)
600599
double *llength = alloc_dbl (NE_TR+NE_FR);
601600
if (llength == NULL) {
602601
goto EXIT2;
@@ -2433,8 +2432,8 @@ int main (int argc, char **argv)
24332432
lpfpp = lpfp;
24342433
lpfp = lpf;
24352434

2436-
/* Set all temporary variables and variables which refer to the structure in its
2437-
current configuration to values obtained at last successful load increment;
2435+
/* Set all temporary variables, and variables which refer to the structure in its
2436+
current configuration, to values obtained at last successful load increment;
24382437
this step is required so as not to overwrite structure properties prematurely
24392438
if load increment is unsuccessful / invalid */
24402439
// General
@@ -3253,8 +3252,8 @@ int main (int argc, char **argv)
32533252
if (lpf > lpfmax) {
32543253
lpf = lpfmax;
32553254
}
3256-
/* Set all temporary variables and variables which refer to the structure
3257-
in its current configuration to values obtained at last successful
3255+
/* Set all temporary variables, and variables which refer to the structure
3256+
in its current configuration, to values obtained at last successful
32583257
load increment; this step is required so as not to overwrite structure
32593258
properties prematurely if load increment is unsuccessful / invalid */
32603259
for (i = 0; i < NEQ; ++i) {

memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

model.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

prototypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//********************************************************************************
22
//** **
3-
//** Pertains to CU-BEN ver 3.0 **
3+
//** Pertains to CU-BEN ver 3.14 **
44
//** **
55
//** Copyright (c) 2016 C. J. Earls **
66
//** Developed by C. J. Earls, Cornell University **

0 commit comments

Comments
 (0)